blob: 023538f1f2d56b8a140c924f5a5c2d75d0663411 [file] [log] [blame]
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
#ifndef __java_lang_AutoCloseable__
#define __java_lang_AutoCloseable__
#pragma interface
#include <java/lang/Object.h>
class java::lang::AutoCloseable : public ::java::lang::Object
{
public:
virtual void close() = 0;
static ::java::lang::Class class$;
} __attribute__ ((java_interface));
#endif // __java_lang_AutoCloseable__