]
Rastislav Wagner updated JBIDE-19565:
-------------------------------------
Issue Type: Bug (was: Feature Request)
New Stereotype annotation wizard requires definition of @Target
---------------------------------------------------------------
Key: JBIDE-19565
URL:
https://issues.jboss.org/browse/JBIDE-19565
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: cdi
Affects Versions: 4.3.0.Alpha1
Reporter: Rastislav Wagner
New Stereotype annotation wizard requires to choose one of:
TYPE, METHOD, FIELD
TYPE
METHOD
FIELD
METHOD, FIELD
which is ok for CDI 1.0 but
CDI 1.1+ isnt restricted to these target combinations and also it does not require to
define target at all (see
https://docs.jboss.org/cdi/spec/1.1/cdi-spec.html#defining_new_stereotype )