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

com.izforge.izpack.test.BaseDir Maven / Gradle / Ivy

There is a newer version: 5.2.3
Show newest version
package com.izforge.izpack.test;

import java.lang.annotation.*;

/**
 * Annotation to specify the base dir
 *
 * @author Anthonin Bonnefoy
 */
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE})
@Inherited
public @interface BaseDir
{
    /**
     * @return the base dir
     */
    public abstract String value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy