package pt.iscte.ci.zas; import net.sourceforge.zas.aop.aspectj.AccessControlAnnotationsInjector; import net.sourceforge.zas.metainfo.AccessControlled; import net.sourceforge.zas.metainfo.NotAccessControlled; public abstract aspect FenixAccessControlAnnotationsInjector extends AccessControlAnnotationsInjector { // do not enable this aspect untill the bug in AspectJ compiler gets fixed. }