Annotation Interface Platforms


@Retention(RUNTIME) @Target({TYPE,METHOD,CONSTRUCTOR,FIELD,PACKAGE}) public @interface Platforms
Restricts the annotated element (type, method, or field) to the specified Platform groups.
Since:
19.0
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Class<? extends Platform>[]
    Restricts the annotated element (type, method, or field) to the specified Platform groups.
  • Element Details

    • value

      Class<? extends Platform>[] value
      Restricts the annotated element (type, method, or field) to the specified Platform groups.
      Since:
      19.0