Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
JobScoped and StepScoped beans can not be produced, because they are missing @Target for Methods and Fields.
public class EmProducer { @Produces @JobScoped EntityManager createEm() { return ... } }
results in a compile error: annotation type not applicable to this kind of declaration