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