Book a Demo

Author Topic: tagged value annotations  (Read 6220 times)

uli_se

  • EA Novice
  • *
  • Posts: 2
  • Karma: +0/-0
  • I love YaBB 1G - SP1!
    • View Profile
tagged value annotations
« on: December 11, 2006, 03:45:22 am »
Hi,
ist there any chance to get more than one annotation generated?

@Id
@GeneratedValue
becomes by import

@Id@GeneratedValue as tagged value.


but when I try to annotate a new method, I don't know to specity a set of annotations.
Cheers,
Uli