JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
com.buschmais.jqassistant.plugin.java.api.annotation
Annotation Interface jQASuppress
@Retention
(
CLASS
)
public @interface
jQASuppress
Indicates that rule ids (constraints or concepts) should be suppressed for the annotated element.
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
[]
value
The rule ids.
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
reason
The human readable reason for this suppression.
Element Details
value
String
[]
value
The rule ids.
Returns:
The rule ids.
reason
String
reason
The human readable reason for this suppression.
Default:
""