Annotation Type ElementName


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface ElementName
    List the names of all elements which can be handled by this method. Also handy when the element name contains characters which are illegal in Java.

    "*" or "" will match any element.

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] value