Annotation Type Enums


@Target(PACKAGE)
@Retention(RUNTIME)
public @interface Enums
The Enums annotation is the container annotation for @Repeatable @Enum annotations.
Author:
Mirko Raner
  • Required Element Summary

    Required Elements 
    Modifier and Type Required Element Description
    Enum[] value  
  • Element Details

    • value

      Enum[] value
      Returns:
      the @Enum annotations contained within this annotation