PlasticMetal.JMobileSuitLite.ObjectModel.Annotions.SuitDefaultArgument Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of JMobileSuitLite Show documentation
Show all versions of JMobileSuitLite Show documentation
Light weight Mobile Suit for Java. Migrated from .NET Core.
package PlasticMetal.JMobileSuitLite.ObjectModel.Annotions;
import java.lang.annotation.*;
@Documented
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.PARAMETER)
public @interface SuitDefaultArgument
{
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy