Merge branch '2.1.x'

This commit is contained in:
Phillip Webb
2019-06-28 23:45:07 -07:00
347 changed files with 339 additions and 140 deletions

View File

@@ -37,7 +37,6 @@ import javax.lang.model.util.ElementFilter;
*
* @author Stephane Nicoll
* @author Phillip Webb
* @since 1.2.0
*/
class TypeElementMembers {

View File

@@ -45,7 +45,6 @@ import javax.tools.Diagnostic.Kind;
*
* @author Stephane Nicoll
* @author Phillip Webb
* @since 1.2.0
*/
class TypeUtils {

View File

@@ -25,7 +25,6 @@ import java.util.List;
*
* @author Phillip Webb
* @author Stephane Nicoll
* @since 1.2.0
*/
class ExpressionTree extends ReflectionWrapper {

View File

@@ -23,7 +23,6 @@ import java.lang.reflect.Method;
* needing tools.jar on the classpath.
*
* @author Phillip Webb
* @since 1.2.0
*/
class ReflectionWrapper {

View File

@@ -24,7 +24,6 @@ import java.lang.reflect.Proxy;
* Reflection based access to {@code com.sun.source.tree.Tree}.
*
* @author Phillip Webb
* @since 1.2.0
*/
class Tree extends ReflectionWrapper {

View File

@@ -20,7 +20,6 @@ package org.springframework.boot.configurationprocessor.fieldvalues.javac;
* Reflection base alternative for {@code com.sun.source.tree.TreeVisitor}.
*
* @author Phillip Webb
* @since 1.2.0
*/
interface TreeVisitor {

View File

@@ -1,5 +1,5 @@
/*
* Copyright 2012-2018 the original author or authors.
* Copyright 2012-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -25,7 +25,6 @@ import javax.lang.model.element.Element;
* Reflection based access to {@code com.sun.source.util.Trees}.
*
* @author Phillip Webb
* @since 1.2.0
*/
final class Trees extends ReflectionWrapper {

View File

@@ -25,7 +25,6 @@ import javax.lang.model.element.Modifier;
* Reflection based access to {@code com.sun.source.tree.VariableTree}.
*
* @author Phillip Webb
* @since 1.2.0
*/
class VariableTree extends ReflectionWrapper {