edu.rice.cs.cunit.threadCheck
Annotation Type SuppressSubtypingWarning


@Retention(value=CLASS)
@Target(value={CONSTRUCTOR,METHOD})
public @interface SuppressSubtypingWarning

Tells the Thread Checker to ignore subtyping warnings that may arise because this class or method has a certain annotation, but the superclass or method in the superclass does not.

Author:
Mathias Ricken

Optional Element Summary
 java.lang.String value
          Optional message why subtyping warnings should be ignored.
 

value

public abstract java.lang.String value
Optional message why subtyping warnings should be ignored.

Returns:
optional message
Default:
""