@Target(value=TYPE) @Retention(value=RUNTIME) public @interface BeanTableSchemaAttributeTag
StaticAttributeTag to a property on the
bean. When an annotation that is annotated with this meta-annotation is found on a property being scanned by the
BeanTableSchema then a static method
named 'attributeTagFor' will be invoked passing in a single argument which is the property annotation itself.
See BeanTableSchemaAttributeTags for an example of how to implement the StaticAttributeTag suppliers for
bean mapper annotations.public abstract Class<?> value
Copyright © 2023. All rights reserved.