Uses of Enum Class
org.aspectj.weaver.RuntimeVersion
-
Uses of RuntimeVersion in org.aspectj.weaver
Modifier and TypeFieldDescriptionstatic final RuntimeVersion
World.RUNTIME_LEVEL_DEFAULT
The level of the aspectjrt.jar the code we generate needs to run onModifier 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.Modifier and TypeMethodDescriptionboolean
RuntimeVersion.isThisVersionOrLater
(RuntimeVersion version)