Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / java / lang / annotation / Inherited.h
blobb1ebc883eca26c20bc5f27525632b78eedc50a82
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __java_lang_annotation_Inherited__
5 #define __java_lang_annotation_Inherited__
7 #pragma interface
9 #include <java/lang/Object.h>
11 class java::lang::annotation::Inherited : public ::java::lang::Object
14 public:
15 virtual ::java::lang::Class * annotationType() = 0;
16 static ::java::lang::Class class$;
17 } __attribute__ ((java_interface));
19 #endif // __java_lang_annotation_Inherited__