blob: 74fbb3a4e9a2faab4b221fad4b6a5e58ff5d8b26 [file] [log] [blame]
package testsubjects;
import testannotations.ArrayAnnotation;
import testannotations.Maybe;
import testannotations.Truth;
@ArrayAnnotation(numbers = 5, strings =
{ "frodo", "sam" }, types = Runnable.class, annotations =
{ @Maybe(Truth.YES), @Maybe(Truth.NO) })
public class ArrayAttributesSubject
{
}