This website requires JavaScript.
Open Eggbert
Project
Explore
Help
Sign In
backup
/
cs2j
Watch
1
Star
0
Fork
0
You've already forked cs2j
mirror of
https://github.com/twiglet/cs2j.git
synced
2025-01-18 13:15:17 +01:00
Code
Issues
Projects
Releases
Activity
cs2j
/
CS2JLibrary
/
src
/
RusticiSoftware
/
System
/
IDisposable.java
6 lines
100 B
Java
Raw
Normal View
History
Unescape
Escape
Sync from svn trunk
2010-06-21 16:31:42 -05:00
package
RusticiSoftware.System
;
public
interface
IDisposable
{
Exception -> Throwble now
2011-01-29 09:29:03 +01:00
void
Dispose
(
)
throws
Throwable
;
Sync from svn trunk
2010-06-21 16:31:42 -05:00
}
Reference in New Issue
Copy Permalink