Method visit(WildAnnotationTypePattern, Object) used to descend into
node.getTypePattern().accept(this, data), which since commit
6585b9ef46
is unnecessary, because WildAnnotationTypePattern::traverse already
traverses its type pattern.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
this.parameterTargettingAnnotationsAllowed = parameterTargettingAnnotationsAllowed;
}
- @Override
- public Object visit(WildAnnotationTypePattern node, Object data) {
- node.getTypePattern().accept(this, data);
- return node;
- }
-
/**
* Do the ExactAnnotationTypePatterns have the incorrect target?
*/