com.dp4j.Creator Maven / Gradle / Ivy
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package com.dp4j;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Target;
/**
*
* @author simpatico
*/
@Documented
@Target(ElementType.TYPE)
public @interface Creator {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy