Uses of Class
org.aspectj.weaver.RuntimeVersion
-
Packages that use RuntimeVersion Package Description org.aspectj.weaver -
-
Uses of RuntimeVersion in org.aspectj.weaver
Fields in org.aspectj.weaver declared as RuntimeVersion Modifier and Type Field Description static RuntimeVersionWorld. RUNTIME_LEVEL_DEFAULTMethods in org.aspectj.weaver that return RuntimeVersion Modifier and Type Method Description RuntimeVersionWorld. getTargetAspectjRuntimeLevel()static RuntimeVersionRuntimeVersion. getVersionFor(String version)static RuntimeVersionRuntimeVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static RuntimeVersion[]RuntimeVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.aspectj.weaver with parameters of type RuntimeVersion Modifier and Type Method Description booleanRuntimeVersion. isThisVersionOrLater(RuntimeVersion version)
-