Annotation Type InspectionAttribute
-
@Documented @Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface InspectionAttribute
A annotation specifying that the annotated element should be displayed as a attribute in the inspector.This can be used for attributes or for getters and setters.
- Author:
- Tim Neumann
-
-
Element Detail
-
name
String name
- Returns:
- The optional name of the attribute, to be displayed in the front end.
- Default:
- ""
-
-