Package org.apache.logging.log4j.plugins
Annotation Interface PluginNode
@Documented
@Retention(RUNTIME)
@Target({PARAMETER,FIELD,METHOD,TYPE_USE})
@QualifierType
public @interface PluginNode
Identifies the configuration
Node
currently being configured. This can be injected as a parameter to a static
factory method, or as a field or single-parameter method in a plugin
builder class.