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 RuntimeVersionWorld.RUNTIME_LEVEL_DEFAULTThe level of the aspectjrt.jar the code we generate needs to run onMethods in org.aspectj.weaver that return RuntimeVersionModifier and TypeMethodDescriptionWorld.getTargetAspectjRuntimeLevel()static RuntimeVersionRuntimeVersion.getVersionFor(String version) static RuntimeVersionReturns 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 TypeMethodDescriptionbooleanRuntimeVersion.isThisVersionOrLater(RuntimeVersion version)