Sha256: c9440b67cebe5f2b619facc6d523cd662acbbea45f17047306ffbe113381d152
Contents?: true
Size: 458 Bytes
Versions: 138
Compression:
Stored size: 458 Bytes
Contents
package org.embulk.exec; import javax.inject.Qualifier; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.ElementType.PARAMETER; import static java.lang.annotation.RetentionPolicy.RUNTIME; @Retention(RUNTIME) @Target({FIELD, PARAMETER, METHOD}) @Qualifier public @interface ForGuess { }
Version data entries
138 entries across 138 versions & 1 rubygems