1 15 package org.apache.tapestry.annotations; 16 17 import java.lang.reflect.Method ; 18 19 import org.apache.hivemind.Location; 20 import org.apache.tapestry.enhance.EnhancementOperation; 21 import org.apache.tapestry.spec.IComponentSpecification; 22 23 29 public interface MethodAnnotationEnhancementWorker 30 { 31 44 45 public void performEnhancement(EnhancementOperation op, IComponentSpecification spec, 46 Method method, Location location); 47 } 48 | Popular Tags |