Sha256: d62284f2be29fd0d9b2158236ac360b43504c8a7a7bafac188ac6760ce42e5e3
Contents?: true
Size: 165 Bytes
Versions: 12
Compression:
Stored size: 165 Bytes
Contents
package com.calatrava.bridge; import java.lang.annotation.Annotation; public interface Registration { void install(Annotation annotation, Class<?> toRegister); }
Version data entries
12 entries across 12 versions & 1 rubygems