
org.support.project.di.Instance Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of common Show documentation
Show all versions of common Show documentation
Common Library for support-project.org application
package org.support.project.di;
/**
* インスタンスを表す列挙型
*
*/
public enum Instance {
/** 唯一のインスタンス */
Singleton,
/** 必要とされる度に異なるインスタンス */
Prototype
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy