FileDocCategorySizeDatePackage
Reviews.javaAPI DocExample238Wed Apr 20 15:00:52 BST 2005None

Reviews.java

import java.lang.annotation.*;
	
/**
 * An annotation of this type specifies the results of one or more
 * code reviews for the annotated element
 */
@Retention(RetentionPolicy.RUNTIME)
public @interface Reviews {
    Review[] value();
}