@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface Attribute
Attribute.List to add multiple parameters.
Parameters will be added to usages of annotation before handlers are called.
After handlers are called, Kendal will perform cleanup of added attributes.
Use AttrReference as placeholder for values of any other attributes.public abstract String name
Copyright © 2019. All rights reserved.