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
25 sec ago
Untitled
26 sec ago
Untitled
40 sec ago
Untitled
33 sec ago
placeDoor
Lua | 38 sec ago
aveng
56 sec ago
Untitled
JavaScript | 41 sec ago
Untitled
50 sec ago
Untitled
By: a guest on
Aug 8th, 2011
| syntax:
None
| size: 0.16 KB | views:
102
| expires: Never
download
|
raw
|
embed
|
report abuse
|
print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
@ViewConfig
public interface Pages
{
static enum Pages1
{
@ViewPattern("/*")
@SeamManagedTransaction(SeamManagedTransactionType.DISABLED)
ALL;
}
}
clone
this paste
RAW Paste Data
@ViewConfig public interface Pages { static enum Pages1 { @ViewPattern("/*") @SeamManagedTransaction(SeamManagedTransactionType.DISABLED) ALL; } }