PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Want more features on Pastebin?
Sign Up
, it's FREE!
Public Pastes
Untitled
4 sec ago
Untitled
4 sec ago
Untitled
9 sec ago
Untitled
11 sec ago
Untitled
21 sec ago
Untitled
21 sec ago
Untitled
22 sec ago
Der Maennerstrich
22 sec ago
Untitled
By: a guest on
Oct 2nd, 2011
| syntax:
None
| size: 0.14 KB | views:
43
| expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
class A {
@AroundInvoke
Object invoke(InvocationContext ctx) throws Exception {
return ctx.proceed();
}
void someMEthod() {
}
}
clone
this paste
RAW Paste Data
class A { @AroundInvoke Object invoke(InvocationContext ctx) throws Exception { return ctx.proceed(); } void someMEthod() { } }