//Arrays are specified in curly braces
@BugReport(..., reportedBy = {"Harry", "Carl"})
//Same as {"Harry"}
@BugReport(..., reportedBy = "Harry")
//Constructing nested annotations
@BugReport(..., ref = @Reference(id = "12345"))
//... As you can see, using the allowed types,
//you can specify an arbitrarily complex data structure