mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 05:51:04 +00:00
23 lines
521 B
C++
23 lines
521 B
C++
|
|
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
|
|
|
|
#ifndef __java_lang_SuppressWarnings__
|
|
#define __java_lang_SuppressWarnings__
|
|
|
|
#pragma interface
|
|
|
|
#include <java/lang/Object.h>
|
|
#include <gcj/array.h>
|
|
|
|
|
|
class java::lang::SuppressWarnings : public ::java::lang::Object
|
|
{
|
|
|
|
public:
|
|
virtual JArray< ::java::lang::String * > * value() = 0;
|
|
virtual ::java::lang::Class * annotationType() = 0;
|
|
static ::java::lang::Class class$;
|
|
} __attribute__ ((java_interface));
|
|
|
|
#endif // __java_lang_SuppressWarnings__
|