Uses of Class
org.apache.logging.log4j.core.config.plugins.processor.internal.Annotations.Type
-
Packages that use Annotations.Type Package Description org.apache.logging.log4j.core.config.plugins.processor.internal -
-
Uses of Annotations.Type in org.apache.logging.log4j.core.config.plugins.processor.internal
Methods in org.apache.logging.log4j.core.config.plugins.processor.internal that return Annotations.Type Modifier and Type Method Description Annotations.TypeAnnotations. classifyAnnotation(TypeElement element)static Annotations.TypeAnnotations.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static Annotations.Type[]Annotations.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-