Package org.apache.logging.log4j.plugins
Annotation Interface PluginAliases
@Documented
@Retention(RUNTIME)
@Target({PARAMETER,TYPE,FIELD,METHOD})
@AliasesProvider(PluginAliasesProvider.class)
public @interface PluginAliases
Identifies a list of aliases for an annotated plugin element. This is supported by plugin classes and other element
types supported by the annotations in this package.
-
Required Element Summary
Required Elements
-
Element Details
-
value
String[] valueAliases the annotated element can also be referred to. These aliases are case-insensitive.- Returns:
- the aliases associated with the plugin.
-