Sign in
apache
/
tapestry-5
/
5.4-beta-35
/
.
/
tapestry-ioc
/
src
/
test
/
java
/
com
/
example
/
ExtraRunnable.java
blob: 3f8315390b8c11c94aa3aa6bab09f368df622e45 [
file
] [
log
] [
blame
]
package
com
.
example
;
// TAP5-2130
public
interface
ExtraRunnable
extends
Runnable
{
// I suppose this is plausable:
void
runOrThrow
()
throws
Exception
;
}