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

com.agimatec.annotations.ToString Maven / Gradle / Ivy

The newest version!
package com.agimatec.annotations;

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

/**
 * Description: annotation for a field/getter method
 * that should appear in the toString() implementation of the
 * generated class
* User: roman.stumm
* Date: 20.06.2008
* Time: 13:27:14
* Copyright: Agimatec GmbH */ @Retention(RetentionPolicy.SOURCE) @Target(value = {ElementType.FIELD, ElementType.METHOD}) public @interface ToString { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy