Annotation Interface Record


@Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface Record
Annotation to mark a class and a field as a data record.
Author:
Guillaume CHAUVET