
com.github.fhtw.swp.tutorium.NullFactory Maven / Gradle / Ivy
package com.github.fhtw.swp.tutorium;
import com.github.fhtw.swp.tutorium.command.Invoker;
import com.github.fhtw.swp.tutorium.observer.Subject;
/**
* Dummy class to indicate that no factory should be used to construct a certain type.
*
* @see Subject
* @see Invoker
*/
public final class NullFactory {
/**
* No instances allowed.
*/
private NullFactory() { }
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy