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

goja.core.annotation.ControllerBind Maven / Gradle / Ivy

The newest version!
/*
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
 *
 * Copyright (c) 2013-2014 sagyf Yang. The Four Group.
 */
package goja.core.annotation;

import java.lang.annotation.*;

@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.TYPE, ElementType.METHOD})
public @interface ControllerBind {
    String value();

    String viewPath() default "";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy