Package ffx.utilities

Annotation Interface FFXProperties


@Retention(RUNTIME) @Documented @Target({TYPE,FIELD}) public @interface FFXProperties
The FFXProperty Annotation can be applied multiple times to some classes.
Author:
Michael J. Schnieders
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    An array of FFXProperty annotations.
  • Element Details

    • value

      FFXProperty[] value
      An array of FFXProperty annotations.
      Returns:
      the FFXProperty annotations.