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-annotations
    Mark a parameter as specifying the name of the logging class to use. The parameter may have a type of String or Class.
    Author:
    David M. Lloyd