workcraft/workcraft

View on GitHub
workcraft/WorkcraftCore/src/org/workcraft/serialisation/reflection/AmbiguousMethodException.java

Summary

Maintainability
A
0 mins
Test Coverage
package org.workcraft.serialisation.reflection;

public class AmbiguousMethodException extends RuntimeException {
    private static final long serialVersionUID = 1L;
}