Issue 20: add no operation intercept
Project Member Reported by kuisong....@gmail.com, Mar 18, 2010
Sometimes, a method in interface is of a placeholder for other action like event publisher or 
workflow entry. Annotation @NoOperation is to identify these methods and return default filed value 
in class of return type of method, for instance, 0 for int, false for boolean and null for object.
Mar 18, 2010
Project Member #1 kuisong....@gmail.com
implemented with unit test
Status: Fixed