Annotation Type CustomProperty


  • @Target(ANNOTATION_TYPE)
    @Retention(RUNTIME)
    public @interface CustomProperty
    Annotation configuration custom property.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String name
      Property name
      java.lang.String value
      Property value
    • Element Detail

      • name

        java.lang.String name
        Property name
        Returns:
        property name
      • value

        java.lang.String value
        Property value
        Returns:
        property value