Package ffx.utilities

Annotation Interface FFXKeywords


@Retention(RUNTIME) @Documented @Target({TYPE,FIELD}) public @interface FFXKeywords
The FFXKeyword 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 FFXKeyword annotations.
  • Element Details

    • value

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