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

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

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