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

org.sahagin.runlib.external.Pages Maven / Gradle / Ivy

There is a newer version: 0.10.1
Show newest version
package org.sahagin.runlib.external;

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

@Target({ElementType.TYPE})
public @interface Pages {
    Page[] value();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy