Annotation Type InspectionMethod
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface InspectionMethod
A annotation specifying that the annotated method should be displayed as a method in the inspector.- Author:
- Tim Neumann
-
-
Element Detail
-
name
String name
- Returns:
- The optional name of the method, to be displayed in the front end.
- Default:
- ""
-
-