Sign in
apache
/
tapestry-5
/
5.4-beta-35
/
.
/
plastic
/
src
/
test
/
java
/
testinterfaces
/
Access.java
blob: 7c4424227242c115987ecfc3b1354acc1b812ff6 [
file
] [
log
] [
blame
]
package
testinterfaces
;
public
interface
Access
{
Object
read
();
void
write
(
Object
newValue
);
}