Add missing @since tags to new annotations in the builder package

This commit is contained in:
Benedikt Ritter 2016-09-11 15:51:50 +02:00
parent 4388ded2d1
commit a81791c093
3 changed files with 6 additions and 0 deletions

View File

@ -26,6 +26,8 @@
* Use this annotation to exclude a field from being being used by * Use this annotation to exclude a field from being being used by
* the various <code>reflectionEquals</code> methods defined on * the various <code>reflectionEquals</code> methods defined on
* {@link EqualsBuilder}. * {@link EqualsBuilder}.
*
* @since 3.5
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD) @Target(ElementType.FIELD)

View File

@ -26,6 +26,8 @@
* Use this annotation to exclude a field from being being used by * Use this annotation to exclude a field from being being used by
* the various <code>reflectionHashcode</code> methods defined on * the various <code>reflectionHashcode</code> methods defined on
* {@link HashCodeBuilder}. * {@link HashCodeBuilder}.
*
* @since 3.5
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD) @Target(ElementType.FIELD)

View File

@ -25,6 +25,8 @@
/** /**
* Use this annotation to exclude a field from being being used by * Use this annotation to exclude a field from being being used by
* the {@link ReflectionToStringBuilder}. * the {@link ReflectionToStringBuilder}.
*
* @since 3.5
*/ */
@Retention(RetentionPolicy.RUNTIME) @Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.FIELD) @Target(ElementType.FIELD)