Sign in
apache
/
tapestry-5
/
5.4-beta-35
/
.
/
plastic
/
src
/
test
/
java
/
testinterfaces
/
ValueGetter.java
blob: 2d82e94b851860832f288dd2c78e822d855f4c07 [
file
] [
log
] [
blame
]
package
testinterfaces
;
public
interface
ValueGetter
{
String
getValue
();
}