@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface Bindable
AttributeBinder. Fields to be bound are denoted by the Attribute
annotation. If a type has some its fields annotated by Attribute, but the type
itself is not marked with Bindable, the Attribute annotations will be
ignored.public abstract String prefix
Class.getName() will be used. For more information on how
prefix() works with attribute keys, see Attribute.key();public abstract Class<?>[] inherit
inherit key to indicate which attribute it inherits
metadata from.Copyright © 2013 Carrot2.org. All Rights Reserved.