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

com.github.obhen233.annotation.framework.Formator Maven / Gradle / Ivy

The newest version!
package com.github.obhen233.annotation.framework;

import java.lang.annotation.*;

@Documented
@Target(value={ElementType.FIELD})
@Retention(value = RetentionPolicy.RUNTIME)
public @interface Formator {
	Class value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy