public static class StatementContextFactoryDefault.AnnotationAnalysisResult extends Object
Modifier and Type | Method and Description |
---|---|
static StatementContextFactoryDefault.AnnotationAnalysisResult |
analyzeAnnotations(Annotation[] annotations)
Analyze the annotations and return priority and drop settings.
|
int |
getPriority()
Returns execution priority.
|
boolean |
isPremptive()
Returns preemptive indicator (drop or normal).
|
public int getPriority()
public boolean isPremptive()
public static StatementContextFactoryDefault.AnnotationAnalysisResult analyzeAnnotations(Annotation[] annotations)
annotations
- to analyze