org.jboss.weld.log
Annotation Type Logger


@Target(value={METHOD,FIELD,PARAMETER,TYPE})
@Retention(value=RUNTIME)
@Documented
@Qualifier
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 © 2008-2009 Seam Framework. All Rights Reserved.