Skip to content

Commit

Permalink
@ApplicationScoped instead @applicationexception
Browse files Browse the repository at this point in the history
  • Loading branch information
Turini committed Oct 29, 2013
1 parent 8a8a3ba commit 9b129aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
import java.lang.reflect.Method;
import java.util.List;

import javax.ejb.ApplicationException;
import javax.enterprise.context.ApplicationScoped;
import javax.enterprise.inject.Instance;
import javax.inject.Inject;

import br.com.caelum.vraptor.controller.ControllerInstance;
import br.com.caelum.vraptor.controller.ControllerMethod;

@ApplicationException
@ApplicationScoped
public class CustomAcceptsExecutor {

private final Instance<ControllerMethod> controllerMethod;
Expand Down

0 comments on commit 9b129aa

Please sign in to comment.