@Qualifier
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Eager
This class was taken from http://www.javacodegeeks.com/2013/02/jsf-eager-cdi-beans.html
Note: Since this is a general purpose utility, it make make sense to move it to a common
module where all of the various hawkular components can use it.
- Author:
- John Sanda