
com.formos.tapestry.testify.internal.ObjectAccessor Maven / Gradle / Ivy
package com.formos.tapestry.testify.internal;
/**
* Gets an object (from somewhere). Used to delay binding to the object.
*/
public interface ObjectAccessor {
Object get();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy