Annotation Type ShapeProperty
-
@Retention(RUNTIME) @Target(METHOD) public @interface ShapeProperty
Use this annotation on a property's getter or setter method to indicate that it is a property that should be exposed through the report module's property inspector.The value is a i18n key path such that "value.Name" resolves to the property's human readable name, and "value.Category" is the category.
Created by carl.gould on 4/21/2015.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.String
value
-