Sha256: 8b033e76ba17636d2ace2d01e70578280d813996f09bc4fdc4f4cc9d1aa58baa
Contents?: true
Size: 154 Bytes
Versions: 12
Compression:
Stored size: 154 Bytes
Contents
package org.cx4a.rsense.typing.annotation; public class TypeAny implements TypeExpression { public Type getType() { return Type.ANY; } }
Version data entries
12 entries across 12 versions & 1 rubygems