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

com.dp4j.Target Maven / Gradle / Ivy

Go to download

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 {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy