Package | Description |
---|---|
org.apache.bval.jsr | |
org.apache.bval.model |
Modifier and Type | Method and Description |
---|---|
boolean |
AnnotationProcessor.addAccessStrategy(Meta prop,
AccessStrategy access)
|
<A extends Annotation> |
AnnotationProcessor.processAnnotation(A annotation,
Meta prop,
Class<?> owner,
AccessStrategy access,
AppendValidation appender,
boolean reflection)
Process a single annotation.
|
boolean |
AnnotationProcessor.processAnnotations(Meta prop,
Class<?> owner,
AnnotatedElement element,
AccessStrategy access,
AppendValidation appender)
Process JSR303 annotations.
|
Modifier and Type | Class and Description |
---|---|
class |
MetaAnnotated |
class |
MetaConstructor |
class |
MetaInvocable |
class |
MetaMethod |
class |
MetaParameter |
class |
MetaProperty
Description: the meta description of a property of a bean.
|
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.