Add Javadoc since to new PayloadApplicationEvent constructor

See gh-27848
This commit is contained in:
izeye 2021-12-23 20:01:10 +09:00 committed by Stephane Nicoll
parent 544e9bb403
commit f3fd7b156e
1 changed files with 1 additions and 0 deletions

View File

@ -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 payload the payload object (never {@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) {
super(source);