annotation

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • oll3i
    Contributor
    • Mar 2007
    • 679

    #1

    annotation

    i need to create a map with key as variable name and values as variable values
    and use annotation named Bind with it

    how to start
    help me please
  • DeMan
    Top Contributor
    • Nov 2006
    • 1799

    #2
    Look up HashMap and/or TreeMap in the java API. nHave a play around with them and see how they work, get a good feel for how a map works....

    Once you understand how you can use the Map, it becomes simpler to create your own (similar class).

    Comment

    • r035198x
      MVP
      • Sep 2006
      • 13225

      #3
      Originally posted by oll3i
      i need to create a map with key as variable name and values as variable values
      and use annotation named Bind with it

      how to start
      help me please
      Like DeMan said, look at the HashMap in the Java API, then you might have to read an annotations tutorial.

      Comment

      Working...