de.twenty11.skysail.common.forms
Annotation Type Field
@Target(value={FIELD,METHOD})
@Retention(value=RUNTIME)
@Documented
public @interface Field
indexProvider
public abstract Class<? extends IndexProvider> indexProvider
- Default:
- de.twenty11.skysail.common.forms.IgnoreIndexProvider.class
valuesProvider
public abstract Class<? extends ValuesProvider> valuesProvider
- Default:
- de.twenty11.skysail.common.forms.IgnoreValuesProvider.class
tags
public abstract String[] tags
- Default:
- "all"
Copyright © 2011-2012. All Rights Reserved.