org.apache.bval.jsr303
Interface Jsr303Features.Bean

All Superinterfaces:
Features.Bean
Enclosing interface:
Jsr303Features

public static interface Jsr303Features.Bean
extends Features.Bean

JSR303 bean features


Field Summary
static String BEAN_DESCRIPTOR
          INFO: cached BeanDescriptorImpl of the bean
static String GROUP_SEQUENCE
          INFO: List of Group(Class) for GroupSequence.value() (redefined default group)
 
Fields inherited from interface org.apache.bval.model.Features.Bean
DOMAIN, MAIN_KEY, UNIQUE_KEY
 

Field Detail

GROUP_SEQUENCE

static final String GROUP_SEQUENCE
INFO: List of Group(Class) for GroupSequence.value() (redefined default group)

See Also:
Constant Field Values

BEAN_DESCRIPTOR

static final String BEAN_DESCRIPTOR
INFO: cached BeanDescriptorImpl of the bean

See Also:
Constant Field Values


Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.