OSDN Git Service

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