@Immutable public interface Repo
Modifier and Type | Interface and Description |
---|---|
static class |
Repo.Cached
Cached 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–2013 Rultor Inc.. All rights reserved.