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

restx.exceptions.ErrorsAdminModule Maven / Gradle / Ivy

There is a newer version: 1.2.0-rc2
Show newest version
package restx.exceptions;

import restx.admin.AdminPage;
import restx.factory.Module;
import restx.factory.Provides;

import javax.inject.Named;

/**
 * User: xavierhanin
 * Date: 4/7/13
 * Time: 2:59 PM
 */
@Module
public class ErrorsAdminModule {
    @Provides @Named("Errors")
    public AdminPage getErrorAdminPage() {
        return new AdminPage("/@/ui/errors/", "Errors");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy