Annotation Interface DefaultValue.Global

Enclosing class:
DefaultValue

@Retention(SOURCE) @Target({TYPE,PACKAGE,MODULE}) @Repeatable(List.class) public static @interface DefaultValue.Global
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static @interface 
     
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The type that should have it's default value changed globally
    String specifying how the default value should be initialized
  • Element Details

    • type

      Class<?> type
      The type that should have it's default value changed globally
    • value

      String value
      String specifying how the default value should be initialized