public final class UninterruptibleAnnotationChecker extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
UninterruptibleAnnotationChecker.Options |
| Constructor and Description |
|---|
UninterruptibleAnnotationChecker(Collection<HostedMethod> methodCollection) |
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Check that Uninterruptible has been used consistently.
|
public UninterruptibleAnnotationChecker(Collection<HostedMethod> methodCollection)
public void check()