Sha256: 52fc6d2760425fa2b7f976457f8420851c67e4ff56e7325f5dbc1d3c9e87c05a
Contents?: true
Size: 355 Bytes
Versions: 155
Compression:
Stored size: 355 Bytes
Contents
package org.embulk.config; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Documented @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) public @interface Config { String value(); }
Version data entries
155 entries across 155 versions & 1 rubygems