Annotation Interface PropertyName


@Retention(RUNTIME) @Target(METHOD) public @interface PropertyName
Marks a no-argument method as a template variable (property). The method's return value is converted to a string (or treated as unavailable when it returns null). Combined with the enclosing Namespace to form the full variable name.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details