Interface ParameterSource<O extends JavaSource<O>>
- All Superinterfaces:
AnnotationTarget<O>,AnnotationTargetSource<O,,ParameterSource<O>> FinalCapable,FinalCapableSource<ParameterSource<O>>,Internal,Origin<O>,Parameter<O>
- All Known Subinterfaces:
JavaRecordComponentSource
public interface ParameterSource<O extends JavaSource<O>>
extends Parameter<O>, AnnotationTargetSource<O,ParameterSource<O>>, FinalCapableSource<ParameterSource<O>>
Represents a parameter of a
MethodSource.- Author:
- Lincoln Baxter, III
-
Method Summary
Methods inherited from interface org.jboss.forge.roaster.model.AnnotationTarget
hasAnnotation, hasAnnotationMethods inherited from interface org.jboss.forge.roaster.model.source.AnnotationTargetSource
addAnnotation, addAnnotation, addAnnotation, getAnnotation, getAnnotation, getAnnotations, removeAllAnnotations, removeAnnotationMethods inherited from interface org.jboss.forge.roaster.model.FinalCapable
isFinalMethods inherited from interface org.jboss.forge.roaster.model.source.FinalCapableSource
setFinalMethods inherited from interface org.jboss.forge.roaster.Internal
getInternal
-
Method Details
-
setVarArgs
- Parameters:
variableArity- if the parameter should be a var-args parameter
-