Sha256: a77e2b8f77080d5cc9576b9ea3166b57f409b78f513787231b9b3b576880be31
Contents?: true
Size: 465 Bytes
Versions: 155
Compression:
Stored size: 465 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 ForSystemConfig { }
Version data entries
155 entries across 155 versions & 1 rubygems