注释类型分层结构
- cn.hserver.plugin.web.annotation.validate.Size (implements java.lang.annotation.Annotation)
- cn.hserver.plugin.web.annotation.validate.Pattern (implements java.lang.annotation.Annotation)
- cn.hserver.plugin.web.annotation.validate.Null (implements java.lang.annotation.Annotation)
- cn.hserver.plugin.web.annotation.validate.NotNull (implements java.lang.annotation.Annotation)
- cn.hserver.plugin.web.annotation.validate.NotEmpty (implements java.lang.annotation.Annotation)
- cn.hserver.plugin.web.annotation.validate.NotBlank (implements java.lang.annotation.Annotation)
- cn.hserver.plugin.web.annotation.validate.Min (implements java.lang.annotation.Annotation)
- cn.hserver.plugin.web.annotation.validate.Max (implements java.lang.annotation.Annotation)
- cn.hserver.plugin.web.annotation.validate.Length (implements java.lang.annotation.Annotation)
- cn.hserver.plugin.web.annotation.validate.AssertTrue (implements java.lang.annotation.Annotation)
- cn.hserver.plugin.web.annotation.validate.AssertFalse (implements java.lang.annotation.Annotation)
Copyright © 2022. All rights reserved.