add comments
This commit is contained in:
parent
f636457ef3
commit
44aefcc51c
|
@ -221,7 +221,7 @@ public class DocUtil {
|
||||||
/**
|
/**
|
||||||
* handle spring mvc method
|
* handle spring mvc method
|
||||||
* @param method
|
* @param method
|
||||||
* @return
|
* @return String
|
||||||
*/
|
*/
|
||||||
public static String handleHttpMethod(String method) {
|
public static String handleHttpMethod(String method) {
|
||||||
switch (method) {
|
switch (method) {
|
||||||
|
@ -241,7 +241,7 @@ public class DocUtil {
|
||||||
/**
|
/**
|
||||||
* handle spring mvc mapping value
|
* handle spring mvc mapping value
|
||||||
* @param annotation
|
* @param annotation
|
||||||
* @return
|
* @return String
|
||||||
*/
|
*/
|
||||||
public static String handleMappingValue(JavaAnnotation annotation){
|
public static String handleMappingValue(JavaAnnotation annotation){
|
||||||
if (null == annotation.getNamedParameter("value")) {
|
if (null == annotation.getNamedParameter("value")) {
|
||||||
|
|
Loading…
Reference in New Issue