Annotation Type Options


@Retention(RUNTIME)
@Target({FIELD,TYPE})
public @interface Options
This annotation is used to make is possible to use multiple Option annotations on a field or class.
See Also:
Option
  • Optional Element Summary

    Optional Elements 
    Modifier and Type Optional Element Description
    Option[] value
    Returns the declared options.
  • Element Details

    • value

      Option[] value
      Returns the declared options.
      Returns:
      the declared options
      Default:
      {}