Package org.apache.isis.core.progmodel.facets.object.ignore.javalang

Class Summary
IteratorFilteringFacetFactory Designed to simply filter out Iterable.iterator() method if it exists.
RemoveGetClassMethodFacetFactory Removes any static getter or setter methods.
RemoveInitMethodFacetFactory Removes any calls to init.
RemoveJavaLangObjectMethodsFacetFactory Removes all methods inherited from Object.
RemoveSuperclassMethodsFacetFactory Removes all superclass methods of the class, but doesn't add any Facets.
SyntheticMethodFilteringFacetFactory Designed to simply filter out any synthetic methods.
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.