Annotation Type Open


  • @Documented
    @Retention(CLASS)
    @Target(PACKAGE)
    public @interface Open
    Annotation used on a package to declare it is open in terms of JPMS reflective access. This information is added to the module-info.class.
    • Optional Element Summary

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

      • value

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