Want more features on Pastebin? Sign Up, it's FREE!
Guest

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)
  1. @ViewConfig
  2. public interface Pages
  3. {
  4.         static enum Pages1
  5.         {
  6.                 @ViewPattern("/*")
  7.                 @SeamManagedTransaction(SeamManagedTransactionType.DISABLED)
  8.                 ALL;
  9.         }
  10.  
  11. }
clone this paste RAW Paste Data