Annotation Interface Prefix


@Retention(RUNTIME) @Target(TYPE) public @interface Prefix
Annotation identifying the prefix used on all properties contained within the annotated class. The prefix and property name are separated by a ".".
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The prefix value used on all properties.
  • Element Details

    • value

      String value
      The prefix value used on all properties.
      Returns:
      the prefix value