注解使用 @interface 來定義注解。如下所示: @interface Mapping { String name(); String[] path() default {}; Type type() default Type.GET; }.
確定! 回上一頁