"emuckenhuber" wrote : and null for Method and Field annotations.
|
| Any further ideas / comments ?
Technical remark ;) Preferred way (by me and described in Effective Java) is to return
always collections, empty or not emty instead of null ;)
http://java.sun.com/j2se/1.5.0/docs/api/java/util/Collections.html#EMPTY_... 5
Collections#EMPTY_LIST
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4165109#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...