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

kendal.annotations.Protected Maven / Gradle / Ivy

The newest version!
package kendal.annotations;

import java.lang.annotation.ElementType;
import java.lang.annotation.Target;

@Target(ElementType.PARAMETER)
public @interface Protected {

    boolean makeFinal() default true;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy