DATACMNS-1610 - Polishing.

This commit is contained in:
Oliver Drotbohm
2019-01-11 11:31:34 +01:00
committed by Oliver Drotbohm
parent 5cdb3139a4
commit d5786edec7
4 changed files with 6 additions and 6 deletions

View File

@@ -308,7 +308,7 @@ public interface PersistentEntity<T, P extends PersistentProperty<P>> extends It
/**
* Returns whether the given bean is considered new according to the static metadata.
*
*
* @param bean must not be {@literal null}.
* @throws IllegalArgumentException in case the given bean is not an instance of the typ represented by the
* {@link PersistentEntity}.
@@ -319,7 +319,7 @@ public interface PersistentEntity<T, P extends PersistentProperty<P>> extends It
/**
* Returns whether the entity is considered immutable, i.e. clients shouldn't attempt to change instances via the
* {@link PersistentPropertyAccessor} obtained via {@link #getPropertyAccessor(Object)}.
*
*
* @return
* @see Immutable
* @since 2.1
@@ -329,7 +329,7 @@ public interface PersistentEntity<T, P extends PersistentProperty<P>> extends It
/**
* Returns whether the entity needs properties to be populated, i.e. if any property exists that's not initialized by
* the constructor.
*
*
* @return
* @since 2.1
*/

View File

@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,

View File

@@ -5,7 +5,7 @@
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,