Sign in
apache
/
tapestry-5
/
5.4-beta-35
/
.
/
plastic
/
src
/
test
/
java
/
testsubjects
/
InheritedAnnotationBaseClass.java
blob: da9eb2bc20cf29e60851ef45ae9c27934e04efc4 [
file
] [
log
] [
blame
]
package
testsubjects
;
import
testannotations
.
InheritedAnnotation
;
@InheritedAnnotation
public
class
InheritedAnnotationBaseClass
{
}