|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Check
| Required Element Summary | |
|---|---|
IsoCategory |
isoCategory
Will probably be deprecated and replaced by tags in version 2.2 |
| Optional Element Summary | |
|---|---|
java.lang.String |
bundle
The path to resource bundles (optional). |
java.lang.String |
description
The check description, optional. |
java.lang.String |
key
The default key is the class name. |
Priority |
priority
Default priority. |
java.lang.String |
title
The check title. |
| Element Detail |
|---|
public abstract IsoCategory isoCategory
public abstract java.lang.String key
public abstract java.lang.String bundle
public abstract java.lang.String title
public abstract java.lang.String description
public abstract Priority priority
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | ||||||||