Skip to content

Instantly share code, notes, and snippets.

@jfuerth
Created March 25, 2013 20:01
Show Gist options
  • Select an option

  • Save jfuerth/5240165 to your computer and use it in GitHub Desktop.

Select an option

Save jfuerth/5240165 to your computer and use it in GitHub Desktop.
An application scoped bean
package org.jboss.errai.ui.shared;
import javax.enterprise.context.ApplicationScoped;
@ApplicationScoped
public class ExampleThingDeleteMe {
public ExampleThingDeleteMe() {
System.out.println("\n\n\n\n\n\n\n============== WOOOOOOOOOOOOOOO\n\n\n\n\n\n\n\n");
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment