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

PlasticMetal.JMobileSuitLite.ObjectModel.Annotions.SuitDefaultArgument Maven / Gradle / Ivy

There is a newer version: 1.1.0-alpha1
Show newest version
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