提交 671ae866 编写于 作者: J jfranck

7188442: rename java.lang.annotation.ContainerAnnotation to ContainedBy

Reviewed-by: darcy, jjg
上级 ba6d7cd0
......@@ -28,7 +28,7 @@ package java.lang.annotation;
/**
* A meta-annotation to indicate which annotation type should be used
* as a container for repeated values of the annotation type modified
* by the {@code ContainerAnnotation} annotation.
* by the {@code ContainedBy} annotation.
*
* @since 1.8
* @jls 9.6 Annotation Types
......@@ -37,7 +37,7 @@ package java.lang.annotation;
@Documented
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.ANNOTATION_TYPE)
public @interface ContainerAnnotation {
public @interface ContainedBy {
/**
* The annotation type to use to store repeated values of another
* annotation.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册