Uses of Class
com.googlecode.aviator.annotation.ImportScope
-
Packages that use ImportScope Package Description com.googlecode.aviator.annotation -
-
Uses of ImportScope in com.googlecode.aviator.annotation
Methods in com.googlecode.aviator.annotation that return ImportScope Modifier and Type Method Description ImportScope[]
scopes()
Setting import method scope, default is {ImportScope.Instance, ImportScope.Static}static ImportScope
ImportScope. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static ImportScope[]
ImportScope. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-