ConstructorProperties.h 657 B

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