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 Details

    • setVarArgs

      ParameterSource<O> setVarArgs(boolean variableArity)
      Parameters:
      variableArity - if the parameter should be a var-args parameter