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

se.bjurr.jmib.anotations.Default Maven / Gradle / Ivy

The newest version!
package se.bjurr.jmib.anotations;

import static java.lang.annotation.ElementType.PARAMETER;
import static java.lang.annotation.RetentionPolicy.CLASS;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;

@Retention(CLASS)
@Target({PARAMETER})
public @interface Default {
  String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy