blob: 5c527a42f1afc34e53eb37b500c21ffb9343e584 [file] [log] [blame]
package test;
@AString(value = Test.vstring)
@AChar(value = Test.vchar)
@AInt(value = Test.vint)
@AByte(value = Test.vbyte)
@ALong(value = Test.vlong)
@ADouble(value = Test.vdouble)
@AFloat(value = Test.vfloat)
public class AnnotationClass {
}