de.smartics.exceptions.i18n.message
Annotation Type UsedBy


@Retention(value=RUNTIME)
@Documented
@Target(value={TYPE,CONSTRUCTOR,METHOD,FIELD})
public @interface UsedBy

Provides a reference to a class or resource that uses the annotated element.

Author:
Robert Reiner

Required Element Summary
 Class<?> value
          The class that is used by the annotated element.
 

Element Detail

value

public abstract Class<?> value
The class that is used by the annotated element.

Returns:
the class that is used by the annotated element.


Copyright © 2007-$2011 Kronseder & Reiner GmbH - smartics. All Rights Reserved.