Annotation Type FollowUpRequired
-
@Inherited @Target({CONSTRUCTOR,FIELD,METHOD,MODULE,PARAMETER,TYPE}) @Documented @Retention(CLASS) public @interface FollowUpRequired
An annotation for tests that simply indicates a follow-up is required.- Author:
- James R. Perkins
-
-
Element Detail
-
value
String value
A simple message indicating information about the follow-up.- Returns:
- the follow-up information.
-
-
-
version
String version
Defines the version the follow-up should be done by.- Returns:
- the version the follow-up should be done by or an empty string if no version was specified
- Default:
- ""
-
-