Class SynthesizedMethodParameterData

  • All Implemented Interfaces:
    ParameterData

    public class SynthesizedMethodParameterData
    extends Object
    implements ParameterData
    Lazily generates the parameter data for a List of FunctionalMethodTypes. If there exists a full set of @param and @return tags, the javadoc will be used to create the parameter names and descriptions. Otherwise, reasonable defaults will be used.
    Author:
    Gabriel Selzer