com.ircclouds.irc.api.domain.messages.interfaces.ISource Maven / Gradle / Ivy
package com.ircclouds.irc.api.domain.messages.interfaces;
public interface ISource
{
ISource NULL_SOURCE = new ISource()
{
};
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy