Package play
Class InvocationContext
java.lang.Object
play.InvocationContext
The class/method that will be invoked by the current operation
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInvocationContext(String invocationType, Annotation[] annotations) InvocationContext(String invocationType, Annotation[]... annotations) -
Method Summary
Modifier and TypeMethodDescriptionstatic InvocationContextcurrent()<T extends Annotation>
TgetAnnotation(Class<T> clazz) <T extends Annotation>
booleanisAnnotationPresent(Class<T> clazz) toString()