org.jboss.seam.annotations
Annotation Type Logger


@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface Logger

Injects a log

Author:
Gavin King

Optional Element Summary
 java.lang.String value
           
 

value

public abstract java.lang.String value
Returns:
the log category
Default:
""


Copyright © 2011 Seam Framework. All Rights Reserved.