@Documented @Retention(RUNTIME) @Target(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.String prefix
Class.getName() will be used. For more information on how
prefix() works with attribute keys, see Attribute.key();Class<?>[] inherit
inherit key to indicate which attribute it inherits
metadata from.Copyright © 2018 Carrot2.org. All rights reserved.