Annotation Type QueryTransient


@Documented @Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface QueryTransient
Annotate fields and getters that should be skipped in APT based code generation with this annotation
Author:
tiwe