Class Annotations
- java.lang.Object
-
- org.apache.logging.log4j.core.config.plugins.processor.internal.Annotations
-
public final class Annotations extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAnnotations.Type
-
Constructor Summary
Constructors Constructor Description Annotations(Elements elements)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Annotations.TypeclassifyAnnotation(TypeElement element)ElementgetAnnotationClassValue(Element element, TypeElement annotation)
-
-
-
Constructor Detail
-
Annotations
public Annotations(Elements elements)
-
-
Method Detail
-
classifyAnnotation
public Annotations.Type classifyAnnotation(TypeElement element)
-
getAnnotationClassValue
public Element getAnnotationClassValue(Element element, TypeElement annotation)
-
-