Copyright Tony Morris 2008

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.

Version:
2.19

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 Tony Morris 2008

This software is released under an open source BSD licence.