Annotation Interface Import
Import annotation for class to special importing methods scope.
- Since:
- 4.2.4
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionSetting the namespace.Setting import method scope, default is {ImportScope.Instance, ImportScope.Static}
-
Element Details
-
scopes
ImportScope[] scopesSetting import method scope, default is {ImportScope.Instance, ImportScope.Static}- Returns:
- the import method scopes array.
- Default:
{Instance, Static}
-
ns
String nsSetting the namespace.- Returns:
- the namespace for imported methods.
- Default:
""
-