Annotation Type DefaultProperty


  • @Documented
    @Inherited
    @Retention(RUNTIME)
    @Target(TYPE)
    public @interface DefaultProperty
    Specifies a property to which child elements will be added or set when an explicit property is not given.
    • Required Element Summary

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

      • value

        java.lang.String value
        Returns:
        The name of the default property.