public static class StatementContextFactoryDefault.AnnotationAnalysisResult
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static StatementContextFactoryDefault.AnnotationAnalysisResult |
analyzeAnnotations(java.lang.annotation.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(java.lang.annotation.Annotation[] annotations)
annotations
- to analyze