org.mutabilitydetector.checkers
Class CheckerResult
java.lang.Object
org.mutabilitydetector.checkers.CheckerResult
@Immutable
public final class CheckerResult
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isImmutable
public final IsImmutable isImmutable
reasons
public final Collection<MutableReasonDetail> reasons
CheckerResult
public CheckerResult(IsImmutable isImmutable,
Iterable<MutableReasonDetail> reasons)
Copyright © 2013. All Rights Reserved.