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 Name


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

The name of a property to be used in reporting.


Required Element Summary
 String value
          The name of a property to be used in reporting.
 

Element Detail

value

public abstract String value
The name of a property to be used in reporting.

Returns:
The name of a property to be used in reporting.

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.