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

com.pastdev.httpcomponents.annotations.naming.ServerResources Maven / Gradle / Ivy

The newest version!
package com.pastdev.httpcomponents.annotations.naming;


public @interface ServerResources {
    public EnvEntry[] envEntries() default {};

    public Resource[] resources() default {};
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy