Copyright 2008 - 2009 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg

This software is released under an open source BSD licence.

fj.test.reflect
Annotation Type Category


@Documented
@Target(value={FIELD,TYPE,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface Category

Specifies the categories of a property, which are the union of categories specified on the enclosing class and the categories specified on the method or field that make up the property.


Required Element Summary
 String[] value
          The categories of the property.
 

Element Detail

value

public abstract String[] value
The categories of the property.

Returns:
The categories of the property.

Copyright 2008 - 2009 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg

This software is released under an open source BSD licence.