@Action Annotation

I've been reading up on the @Action annotation here:

https://appframework.dev.java.net/intro/index.html

However, I cannot import the annotation!

What distribution of the SDK is this in? I noticed the document I was reading stated that it was "approved May 2006", but my 1.6.0_02 does not let me import it. Is there something else I need?

[363 byte] By [jb_revof11a] at [2007-11-27 11:13:12]
# 1

It's not part of a jdk, yet! You have to download it from the project side and add the jar to your classpath. (I think it's not final yet, but still worth a try, I guess.)

-Puce

Pucea at 2007-7-29 13:59:23 > top of Java-index,Desktop,Core GUI APIs...
# 2

AH... so it's not in there yet.

I wonder if they'll put it into a 1.6 point release or just throw it in 1.7.

jb_revof11a at 2007-7-29 13:59:23 > top of Java-index,Desktop,Core GUI APIs...