-
Bug
-
Resolution: Done
-
Minor
-
1.1.0.Final
-
None
2.2.3. Producer methods
One of {{Random}}s must be fully qualified.
@ApplicationScoped public class RandomNumberGenerator { private Random random = new Random(System.currentTimeMillis()); @Produces @Named @Random int getRandomNumber() { return random.nextInt(100); } }