DuplicateHandlerCheck

public final class DuplicateHandlerCheck

Ensures that there are no duplicating command handling methods among passed classes.

Functions

Link copied to clipboard
public void add(Class<? extends Object> cls)
Verifies if the passed raw Java class is accepted by Model as a valid command handling class.
Link copied to clipboard
public void check(Iterable<Class<? extends Object>> classes)
Performs the check for the passed classes.
Link copied to clipboard
Creates a new instance of the check.