Uses of Enum Class
org.aspectj.weaver.RuntimeVersion
Packages that use RuntimeVersion
-
Uses of RuntimeVersion in org.aspectj.weaver
Fields in org.aspectj.weaver declared as RuntimeVersionModifier and TypeFieldDescriptionstatic final RuntimeVersion
World.RUNTIME_LEVEL_DEFAULT
The level of the aspectjrt.jar the code we generate needs to run onMethods in org.aspectj.weaver that return RuntimeVersionModifier and TypeMethodDescriptionWorld.getTargetAspectjRuntimeLevel()
static RuntimeVersion
RuntimeVersion.getVersionFor
(String version) static RuntimeVersion
Returns the enum constant of this class with the specified name.static RuntimeVersion[]
RuntimeVersion.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.aspectj.weaver with parameters of type RuntimeVersionModifier and TypeMethodDescriptionboolean
RuntimeVersion.isThisVersionOrLater
(RuntimeVersion version)