It would be nice to have an annotation like this

@Handler(name="test", namespace="com.acme.test")
public class TestHandler extends PrimitiveHandler {
  ...
}

or maybe even

@Handler(annotation=Test.class)
public class TestHandler extends PrimitiveHandler {
  ...
}

@Test(attribute1="val1", attribute2="val2")
public TestPojo {
 ...
}

is it hard to add one? :)

A second request: Would you please fill up the Annotations section in the "How 
to write your own
handler" tutorial? I managed to make my own annotation by following this little 
note

"Note : In order to use iPOJO annotations processing, the namespace must be a 
valid package name and
the name must be a valid annotation name (without the '@'). Refer to the annotations 
section"

but i wonder what other mysterious features are still not described :)

Cheers,
Todor


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to