com.dp4j.Target Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dp4j Show documentation
Show all versions of dp4j Show documentation
document, validate, and generate Design Patterns implementations with annotations
The newest version!
/*
* 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;
/**
*
* @author simpatico
*/
@Documented
@java.lang.annotation.Target(ElementType.TYPE)
public @interface Target {
}