juzu.plugin.binding
Annotation Type Bindings


@Retention(value=RUNTIME)
@Target(value=PACKAGE)
public @interface Bindings

An holder for a list of Binding declarations.

Author:
Julien Viet

Optional Element Summary
 Binding[] value
          Declares a list of bindings.
 

value

public abstract Binding[] value
Declares a list of bindings.

Returns:
the bindings
Default:
{}


Copyright © 2013 eXo Platform SAS. All Rights Reserved.