org.jsesoft.ri
Annotation Type SampleAnnotation


@Documented
@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD,CONSTRUCTOR,PARAMETER})
public @interface SampleAnnotation

Provides an example of an annotation for inspection by the ReflectionInspector.

By the way, this annotation serves for full coverage of the unit test.

Version:
1.0
Author:
JSESoft

Optional Element Summary
 java.lang.String description
          Provides a description of the annotated member.
 java.lang.String displayName
          Provides the displayName of the annotated member.
 

description

public abstract java.lang.String description
Provides a description of the annotated member. // CHECKSTYLE:OFF

Returns:
description // CHECKSTYLE:ON
Default:
""

displayName

public abstract java.lang.String displayName
Provides the displayName of the annotated member. // CHECKSTYLE:OFF

Returns:
displayName // CHECKSTYLE:ON
Default:
""


Copyright © 2010 JSESoft. All Rights Reserved.