Package com.psddev.dari.db
Annotation Interface Recordable.Raw
- Enclosing interface:
Recordable
@Documented
@Retention(RUNTIME)
@Target({FIELD,METHOD})
@AnnotationProcessorClass(com.psddev.dari.db.RawProcessor.class)
public static @interface Recordable.Raw
Specifies that the values in the target collection field should remain raw (not reference resolved).
-
Optional Element Summary
Optional Elements
-
Element Details
-
value
boolean value- Default:
true
-