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

kendal.annotations.PackagePrivate Maven / Gradle / Ivy

There is a newer version: 0.6
Show newest version
package kendal.annotations;

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

@Target({ElementType.PARAMETER, ElementType.ANNOTATION_TYPE})
public @interface PackagePrivate {

    boolean makeFinal() default true;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy