1 15 package org.apache.tapestry.annotations; 16 17 import org.apache.hivemind.Location; 18 import org.apache.tapestry.enhance.EnhancementOperation; 19 import org.apache.tapestry.spec.IComponentSpecification; 20 21 27 public interface ClassAnnotationEnhancementWorker 28 { 29 42 43 public void performEnhancement(EnhancementOperation op, IComponentSpecification spec, 44 Class baseClass, Location location); 45 46 } 47 | Popular Tags |