Pluggable Annotations Java 6 new feature -
annotations have been introduced java 5.0 (jsr-175).java 6 has introduced new jsr called jsr-269, pluggable annotation processing api.
i trying learn pluggable annotation unable properly,so asking in so.
- what pluggable annotation ?
- how different annotations , extra features pluggable annotation (jsr-269) provides on annotations (jsr-175)
- i looking way take advantages of pluggable annotation, how can achieve that? (practical scenario).
it's not annotations "pluggable", rather entire processing api. nothing changed annotations; way processed. if read jsr-269 outline, makes clear: "this jsr define apis allow annotation processors created using standard pluggable api."
Comments
Post a Comment