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

ru.shemplo.snowball.annot.Wind Maven / Gradle / Ivy

There is a newer version: 1.3.1
Show newest version
package ru.shemplo.snowball.annot;

import static java.lang.annotation.ElementType.*;
import static java.lang.annotation.RetentionPolicy.*;

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


@Target (TYPE)
@Retention (RUNTIME)
public @interface Wind {
    
    Class  [] blow ();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy