Skip to content

Commit

Permalink
Add Javadoc since to new PayloadApplicationEvent constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye committed Dec 23, 2021
1 parent 544e9bb commit 78b410d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 78b410d

Please sign in to comment.