[jboss-user] [JBoss Seam] - Re: Object disappear

pete.muir@jboss.org do-not-reply at jboss.com
Wed Oct 31 11:01:00 EDT 2007


Fairly easy

for (java.lang.reflect.Method m : getClass().getMethods())
  | 		{
  | 			if (Modifier.isFinal(m.getModifiers()))
  | 			{
  | 				// throw exception
  | 			}
  | 		}

It just requires iterating over all methods of all components at startup.  File a jira issue.

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4100697#4100697

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4100697



More information about the jboss-user mailing list