* src/lib/gnu/java/lang/reflect/Method.java
[cacao.git] / src / vmcore / annotation.h
index 3d2f4b768d77619e8fb9c7c7e6b1ef005507918b..c224ebe8494fd97782b7f4da4f85b76eeea95f37 100644 (file)
@@ -54,6 +54,7 @@ struct annotation_bytearray_t {
        uint8_t  data[1];
 };
 
+
 /* annotation_bytearrays ******************************************************/
 
 struct annotation_bytearrays_t {
@@ -61,21 +62,6 @@ struct annotation_bytearrays_t {
        annotation_bytearray_t *data[1];
 };
 
-/* annotation *****************************************************************/
-
-struct annotation_t {
-       utf             *type;
-       s4               element_valuescount;
-       element_value_t *element_values;
-};
-
-/* element_value **************************************************************/
-
-struct element_value_t {
-       utf *name;
-       u1   tag;
-};
-
 
 /* function prototypes ********************************************************/