Package org.apache.logging.log4j.core.config.plugins
Annotations for Log4j 2 plugins.
-
Annotation Types Summary Annotation Type Description Plugin Annotation that identifies a Class as a Plugin.PluginAliases PluginAttribute Identifies a Plugin Attribute and its default value.PluginBuilderAttribute Marks a field as a Plugin Attribute.PluginBuilderFactory Marks a method as a factory for custom Plugin builders.PluginConfiguration Identifies a parameter or field as a Configuration.PluginElement Identifies a parameter as a Plugin and corresponds with an XML element (or equivalent) in configuration files.PluginFactory Identifies a Method as the factory to create the plugin.PluginNode Identifies a Plugin configuration Node.PluginValue Identifies a parameter as a value.PluginVisitorStrategy Meta-annotation to denote the class name to use that implementsPluginVisitor
for the annotated annotation.