Package net.binis.codegen.annotation
Annotation Type CodeConstant
@Retention(RUNTIME) @Target(FIELD) public @interface CodeConstant
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanforClassbooleanforInterfacebooleanisPublic
-
Element Details
-
isPublic
boolean isPublic- Default:
- true
-
forClass
boolean forClass- Default:
- true
-
forInterface
boolean forInterface- Default:
- false
-