@Target(value={METHOD,TYPE,CONSTRUCTOR,FIELD})
@Retention(value=SOURCE)
public @interface RuntimeUse
Annotation which is used to define certain classes / methods as runtime components.
Runtime components are not linked with other classes but called through a reflective
call. This is for instance the case for Spring components which are called through the
BeanFactory.
- Since:
- 1.0
- Author:
- Agim Emruli