1 
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3 
4 #ifndef __java_lang_SuppressWarnings__
5 #define __java_lang_SuppressWarnings__
6 
7 #pragma interface
8 
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11 
12 
13 class java::lang::SuppressWarnings : public ::java::lang::Object
14 {
15 
16 public:
17   virtual JArray< ::java::lang::String * > * value() = 0;
18   virtual ::java::lang::Class * annotationType() = 0;
19   static ::java::lang::Class class$;
20 } __attribute__ ((java_interface));
21 
22 #endif // __java_lang_SuppressWarnings__
23