package org.apache.velocity.util.introspection; public interface VelPropertySet { String getMethodName(); Object invoke(Object obj, Object obj2) throws Exception; boolean isCacheable(); }