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
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      String name  
      boolean readOnly  
    • Element Detail

      • name

        String name
        Returns:
        The optional name of the attribute, to be displayed in the front end.
        Default:
        ""
      • readOnly

        boolean readOnly
        Returns:
        Optional argument setting this attribute to read only.
        Default:
        false