
com.github.arachnidium.model.common.Static Maven / Gradle / Ivy
The newest version!
package com.github.arachnidium.model.common;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* All {@link FunctionalPart} fields which represents
* static content can be marked by this annotations
*/
@Target(value = ElementType.FIELD)
@Retention(value = RetentionPolicy.RUNTIME)
public @interface Static {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy