Class JavaParameter

java.lang.Object
com.tngtech.archunit.core.domain.JavaParameter
All Implemented Interfaces:
HasDescription, CanBeAnnotated, HasAnnotations<JavaParameter>, HasOwner<JavaCodeUnit>, HasType

@PublicAPI(usage=ACCESS)
public final class JavaParameter
extends java.lang.Object
implements HasType, HasOwner<JavaCodeUnit>, HasAnnotations<JavaParameter>
A parameter of a JavaCodeUnit, i.e. encapsulates the raw parameter type, the (possibly) generic parameter type and any annotations this parameter has.