OSDN Git Service

Merged gcj-eclipse branch to trunk.
[pf3gnuchains/gcc-fork.git] / libjava / java / lang / annotation / Target.h
1
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
3
4 #ifndef __java_lang_annotation_Target__
5 #define __java_lang_annotation_Target__
6
7 #pragma interface
8
9 #include <java/lang/Object.h>
10 #include <gcj/array.h>
11
12
13 class java::lang::annotation::Target : public ::java::lang::Object
14 {
15
16 public:
17   virtual JArray< ::java::lang::annotation::ElementType * > * value() = 0;
18   virtual ::java::lang::Class * annotationType() = 0;
19   static ::java::lang::Class class$;
20 } __attribute__ ((java_interface));
21
22 #endif // __java_lang_annotation_Target__