org.jboss.aop.microcontainer.aspects.jndi
Annotation Type JndiBinding


@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD})
public @interface JndiBinding

An annotation that indicates an object should be bound into JNDI

Version:
$Revision: 46386 $
Author:
Scott.Stark@jboss.org

Required Element Summary
 String name
          the name under which the binding will be located
 
Optional Element Summary
 String[] aliases
          Optional additional aliases to also bind
 

Element Detail

name

public abstract String name
the name under which the binding will be located

Returns:
the name

aliases

public abstract String[] aliases
Optional additional aliases to also bind

Returns:
the aliases
Default:
{}


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.