All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.oath.micro.server.events.RemoveEvent Maven / Gradle / Ivy

There is a newer version: 1.2.6
Show newest version
package com.oath.micro.server.events;

import lombok.AllArgsConstructor;
import lombok.Getter;

@AllArgsConstructor 
public abstract class RemoveEvent{
	@Getter
	private final T data;
} 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy