public class WebSocketVisitor extends Object implements TypeElementVisitor<WebSocketComponent,WebSocketMapping>
TypeElementVisitor
that validates WebSocket implementations at compile time.Constructor and Description |
---|
WebSocketVisitor() |
Modifier and Type | Method and Description |
---|---|
void |
visitMethod(MethodElement element,
VisitorContext context)
Executed when a method is encountered that matches the
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
finish, start, visitClass, visitConstructor, visitField
public void visitMethod(MethodElement element, VisitorContext context)
TypeElementVisitor
visitMethod
in interface TypeElementVisitor<WebSocketComponent,WebSocketMapping>
element
- The elementcontext
- The visitor context