PlasticMetal.JMobileSuitLite.ObjectModel.Annotions.SuitAlias 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.*;
/**
* Alias for a SuitObject's member
*/
@Documented
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Repeatable(SuitAliases.class)
public @interface SuitAlias
{
/**
* @return The alias.
*/
String value();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy