Package org.apache.logging.log4j.plugins
Annotation Interface Namespace
@Retention(RUNTIME)
@Target({FIELD,PARAMETER,TYPE,TYPE_USE,ANNOTATION_TYPE,METHOD})
@Documented
public @interface Namespace
Annotations to separate
NameProvider
names into namespaces.
For example, the Core namespace is used with the Node
API, while the TypeConverter
namespace is used with the TypeConverter
API.
This can be annotated on another annotation to create an alias annotation for a common namespace.-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe namespace name.
-