Package org.jboss.logging
Annotation Type LoggingClass
-
@Retention(CLASS) @Target(PARAMETER) @Documented @Deprecated public @interface LoggingClass
Deprecated.Use org.jboss.logging.annotations.LoggingClass provided in module org.jboss.logging:jboss-logging-annotationsMark a parameter as specifying the name of the logging class to use. The parameter may have a type ofString
orClass
.- Author:
- David M. Lloyd