blob: 6296e40022f911833a55d5bba30a1925e92c860e [file] [log] [blame]
import java.lang.annotation.*;
@Target({ElementType.FIELD, ElementType.TYPE, ElementType.METHOD})
public @interface Attribute {
String value() default "";
}