JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
JBoss Logging Tools, 2.2.1.Final
org.jboss.logging.annotations
LoggingClass
Contents
Description
Hide sidebar
Show sidebar
Annotation Type LoggingClass
@Retention
(
CLASS
)
@Target
(
PARAMETER
)
@Documented
public @interface
LoggingClass
Mark a parameter as specifying the name of the logging class to use. The parameter may have a type of
Class
.
Author:
David M. Lloyd