Annotation Type Property


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface Property
    The annotated method should be called each time a property with a matching URI is found on the bean.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String uri  
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int maxOccurs  
      int minOccurs  
      • minOccurs

        int minOccurs
        Default:
        0
      • maxOccurs

        int maxOccurs
        Default:
        2147483647