blob: 7c4424227242c115987ecfc3b1354acc1b812ff6 [file]
package testinterfaces;
public interface Access
{
Object read();
void write(Object newValue);
}