@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.
Use AttrReference as placeholder for values of any other attributes.public abstract String name
Copyright © 2019. All rights reserved.