We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc71fd0 commit 4a3055fCopy full SHA for 4a3055f
1 file changed
src/main/groovy/com/github/hauner/openapi/spring/model/parameters/Parameter.groovy
@@ -24,9 +24,9 @@ import com.github.hauner.openapi.spring.model.datatypes.DataType
24
* @author Martin Hauner
25
*/
26
abstract class Parameter {
27
- protected String name
+ String name
28
protected boolean required
29
- protected DataType dataType
+ DataType dataType
30
31
/**
32
* The plain name of the annotation for this parameter (ie. without the @). Possible results
0 commit comments