@Immutable public interface Repo
@NotNull(message="variable is never NULL") Variable<?> make(@NotNull(message="user can\'t be NULL") User user, @NotNull(message="spec can\'t be NULL") Spec spec) throws SpecException
user - Owner of this specspec - SpectSpecException - If can't instantiateCopyright © 2009–2014 Rultor Inc.. All rights reserved.