dev@glassfish.java.net

annotation scanning

From: Justin Lee <justin.d.lee_at_oracle.com>
Date: Thu, 29 Jul 2010 09:38:53 -0400

  If i wanted to define an annotation so that people could just annotate
their websocket application and have glassfish find and deal with that
annotation, how would I go about that? Is that even possible? It'd
obviously involve at least one new annotation and then a handler. Are
we able to hook in to the system like that?