@Target(value=PACKAGE) @Retention(value=RUNTIME) public @interface Attribute
Attribute annotation defines a custom type for a Dtd
element attribute. An Attribute annotation acts globally, e.g.
@Attribute(name="class", type=Class.class) will assign the type
Class to every attribute called class, regardless
of which DTD element it belongs to.Copyright © 2024. All rights reserved.