Uses of Interface
jakarta.enterprise.lang.model.declarations.ParameterInfo
-
Packages that use ParameterInfo Package Description jakarta.enterprise.lang.model.declarations Interfaces that represent declarations. -
-
Uses of ParameterInfo in jakarta.enterprise.lang.model.declarations
Methods in jakarta.enterprise.lang.model.declarations that return ParameterInfo Modifier and Type Method Description default ParameterInfoDeclarationInfo. asParameter()Returns this declaration as a method parameter.default ParameterInfoParameterInfo. asParameter()Methods in jakarta.enterprise.lang.model.declarations that return types with arguments of type ParameterInfo Modifier and Type Method Description List<ParameterInfo>MethodInfo. parameters()Returns a list of parameters declared or implicitly declared on this method.
-