Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add some type information to SpecInternals (#1784)
This is an internal change to make the source a bit clearer and cleaner, returning `T` instead of `Object`, not using raw type `Closure` but `Closure<?>`, telling the reader by annotation what is given as closure parameter.
- Loading branch information