net.sourceforge.fluxion.annotations
Annotation Type FilterAnn
@Documented
@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface FilterAnn
An annotation on a class, indicating that this class is a Filter.
- Version:
- 0.2
- Author:
- Tony Burdett
Required Element Summary |
java.lang.String |
value
The FilterAnn annotation should be used to tag beans with the
associated filter. |
value
public abstract java.lang.String value
- The
FilterAnn
annotation should be used to tag beans with the
associated filter. The annotation value is then the associated FilterAnn
class.
Copyright © 2010. All Rights Reserved.