Merge pull request #27848 from izeye
* pr/27848: Polish "Add Javadoc since to new PayloadApplicationEvent constructor" Add Javadoc since to new PayloadApplicationEvent constructor Closes gh-27848
This commit is contained in:
commit
414169b1eb
|
|
@ -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
|
||||
*/
|
||||
public PayloadApplicationEvent(Object source, T payload, @Nullable ResolvableType payloadType) {
|
||||
super(source);
|
||||
|
|
|
|||
Loading…
Reference in New Issue