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