Package java.module.annotation

Provides metadata annotations for the development module.

See:
          Description

Annotation Types Summary
AllowShadowing Indicates that the shadowing check is disabled on the module instance of the corresponding module definition when shallow validation is performed initialization.
ClassesDirectoryPath Indicates the path relative to the root of the module archive for searching classes and resources.
CompilationVersion Indicates the version of a module definition that was used for compilation.
ExportLegacyClasses Indicates the legacy classes in a module definition are exported.
ExportResources Indicates the exported resources of a module definition.
ImportPolicyClass Indicates the class of the import policy of a module definition.
JarLibraryPath Indicates the path relative to the root of the module archive for searching jar files.
MainClass Indicates the main class of a module definition.
ModuleAttribute Indicates an attribute of a module definition.
ModuleAttributes Indicates an array of attributes of a module definition.
NativeLibraryPath Indicates the path relative to the root of the module archive for searching native libraries for a particular platform and architecture.
NativeLibraryPaths Indicates the paths relative to the root of the module archive for searching native libraries for different platforms and architectures.
Optional Indicates an import in a module definition is optional at runtime.
PlatformBinding Indicates the platform binding of a module definition.
Reexport Indicates an import in a module definition is re-exported.
ResourceModuleConstraint Indicates the version constraint of the resource module definitions that this target module definition requires.
ResourceTargetConstraint Indicates the version constraint of the target module definition that this resource module definition requires.
Version Indicates the version of a module definition.
VersionConstraint Indicates the version constraint of an import in a module definition.
 

Package java.module.annotation Description

Provides metadata annotations for the development module.

Since:
1.7