Sign in
apache
/
tapestry-5
/
5.4-beta-35
/
.
/
plastic
/
src
/
test
/
java
/
testsubjects
/
ExplicityEmptyArrayAttributesSubject.java
blob: 44a2e52087de9594b7fd786efc56552716e49c51 [
file
] [
log
] [
blame
]
package
testsubjects
;
import
testannotations
.
ArrayAnnotation
;
@ArrayAnnotation
(
numbers
=
{},
strings
=
{},
types
=
{},
annotations
=
{})
public
class
ExplicityEmptyArrayAttributesSubject
{
}