Class JavaAnnotation.DefaultParameterVisitor

java.lang.Object
com.tngtech.archunit.core.domain.JavaAnnotation.DefaultParameterVisitor
All Implemented Interfaces:
JavaAnnotation.ParameterVisitor
Enclosing class:
JavaAnnotation<OWNER extends HasDescription>

@PublicAPI(usage=INHERITANCE) public static class JavaAnnotation.DefaultParameterVisitor extends Object implements JavaAnnotation.ParameterVisitor
Default implementation of JavaAnnotation.ParameterVisitor implementing a no-op behavior, i.e. this Visitor will do nothing on any type encountered.
visit-methods for relevant types can be selectively overridden (compare JavaAnnotation.accept(ParameterVisitor)).