public static class Uninterruptible.Utils extends Object
| Constructor and Description |
|---|
Utils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
inliningAllowed(AnnotatedElement caller,
AnnotatedElement callee) |
static boolean |
isUninterruptible(AnnotatedElement method)
Returns whether the method is
Uninterruptible, either by explicit annotation of
the method or implicitly due to other annotations. |
public static boolean isUninterruptible(AnnotatedElement method)
Uninterruptible, either by explicit annotation of
the method or implicitly due to other annotations.public static boolean inliningAllowed(AnnotatedElement caller, AnnotatedElement callee)