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
-
Required Element Summary
-
Optional Element Summary
-
Element Details
-
value
String valueA simple message indicating information about the follow-up.- Returns:
- the follow-up information.
-
version
String versionDefines 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:
""
-