Interface MethodIntrospector.OwnMethodInvocationVisitor
-
- Enclosing class:
- MethodIntrospector
public static interface MethodIntrospector.OwnMethodInvocationVisitor
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceMethodIntrospector.OwnMethodInvocationVisitor.Logger
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidvisitInvocation(javax.lang.model.element.Name methodName, MethodIntrospector.OwnMethodInvocationVisitor.Logger logger)
-
-
-
Method Detail
-
visitInvocation
void visitInvocation(javax.lang.model.element.Name methodName, MethodIntrospector.OwnMethodInvocationVisitor.Logger logger)
-
-