@@ -128,7 +128,7 @@ public class Range<T extends Comparable<T>> {
|
||||
* bound.
|
||||
*
|
||||
* @param <T>
|
||||
* @param to the left {@link Bound}, must not be {@literal null}.
|
||||
* @param from the left {@link Bound}, must not be {@literal null}.
|
||||
* @return
|
||||
* @since 2.2
|
||||
*/
|
||||
|
||||
@@ -107,7 +107,7 @@ public interface TypeInformation<S> {
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns whether the property is a {@ link java.util.Map}. If this returns {@literal true} you can expect
|
||||
* Returns whether the property is a {@link java.util.Map}. If this returns {@literal true} you can expect
|
||||
* {@link #getComponentType()} as well as {@link #getMapValueType()} to return something not {@literal null}.
|
||||
*
|
||||
* @return
|
||||
|
||||
Reference in New Issue
Block a user