All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.skillw.pouvoir.api.plugin.annotation.PouManager.kt Maven / Gradle / Ivy

There is a newer version: 1.6.7-beta-6
Show newest version
package com.skillw.pouvoir.api.plugin.annotation

/**
 * Pou manager
 *
 * @constructor
 */
@Target(AnnotationTarget.FIELD)
@Retention(AnnotationRetention.RUNTIME)
annotation class PouManager(val path: String = "")




© 2015 - 2024 Weber Informatics LLC | Privacy Policy