Sign in
apache
/
tapestry4
/
4.1.5
/
.
/
tapestry-framework
/
src
/
test
/
org
/
apache
/
tapestry
/
enhance
/
GenericService.java
blob: a1b7cb5d9849b98b6e181f86e9fbf0fb3195020c [
file
] [
log
] [
blame
]
package
org
.
apache
.
tapestry
.
enhance
;
/**
*
*/
public
interface
GenericService
<
E
>
{
void
doFoo
(
E bar
);
E getCurrentFoo
();
}