Annotation Type Scope


  • @Retention(RUNTIME)
    @Target({PARAMETER,TYPE})
    @Repeatable(List.class)
    @Inherited
    public @interface Scope
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String[] value  
    • Element Detail

      • value

        java.lang.String[] value
        Default:
        {}