Add Javadoc since to new PayloadApplicationEvent constructor
See gh-27848
This commit is contained in:
@@ -46,6 +46,7 @@ public class PayloadApplicationEvent<T> extends ApplicationEvent implements Reso
|
|||||||
* @param source the object on which the event initially occurred (never {@code null})
|
* @param source the object on which the event initially occurred (never {@code null})
|
||||||
* @param payload the payload object (never {@code null})
|
* @param payload the payload object (never {@code null})
|
||||||
* @param payloadType the type object of payload object (can be {@code null})
|
* @param payloadType the type object of payload object (can be {@code null})
|
||||||
|
* @since 6.0.0
|
||||||
*/
|
*/
|
||||||
public PayloadApplicationEvent(Object source, T payload, @Nullable ResolvableType payloadType) {
|
public PayloadApplicationEvent(Object source, T payload, @Nullable ResolvableType payloadType) {
|
||||||
super(source);
|
super(source);
|
||||||
|
|||||||
Reference in New Issue
Block a user