Skip to content

Commit

Permalink
building javadoc with JDK 8
Browse files Browse the repository at this point in the history
preparing to release version 2.7.3
  • Loading branch information
jbax committed Aug 2, 2018
1 parent aa28c6c commit 7a588a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@
<goal>jar</goal>
</goals>
<configuration>
<applyJavadocSecurityFix>true</applyJavadocSecurityFix>
<javadocExecutable>${JDK8_HOME}/bin/javadoc</javadocExecutable>
<useStandardDocletOptions>true</useStandardDocletOptions>
</configuration>
</execution>
</executions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ public static String[] deriveHeaderNamesFromFields(Class<?> beanClass, MethodFil
*
* @param beanClass the class whose hierarchy will be searched
* @param annotation the annotation to locate
*
* @param <T> the type of the annotation to return
* @return the annotation of the given class or its most immediate parent, or {@code null} if not found.
*/
public static <T extends Annotation> T findAnnotationInClass(Class<?> beanClass, Class<T> annotation) {
Expand Down

0 comments on commit 7a588a3

Please sign in to comment.