冷傲砖头

文章
4
资源
0
加入时间
2年10月21天

JFinal注解annotation

自定义注解示例:package com.flmall.base.annotation;import java.lang.annotation.Documented;import java.lang.annotation.ElementType;import java.lang.annotation.Inherited;import java.lang.annotation.Retention;import java.lang.annotation.RetentionPolicy;import