@Qualifier
 @Retention(value=RUNTIME)
 @Target(value={FIELD,METHOD,PARAMETER})
 @Published(tag="architect")
public @interface PathConfig
Qualifier。
 
 使用例
 //ベースパス指定ベースパスの設定は@PathConfig(BasePath.INPUT)@Injectprivate File inputFileBasePath
BasePathProducerを参照。
 ベースパスのキーを定義したEnumはBasePathを参照。BasePathProducer, 
BasePathpublic abstract BasePath value