package org.apache.tapestry5.ioc.internal.util; /** * Used by {@link ioc.specs.InheritanceSearchSpec}. */ public interface Drivable { void drive(); }