nl.pbemengine.engine.ng.blueprint.config
Annotation Type AutowireConfiguration
@Retention(value=RUNTIME)
@Target(value=FIELD)
public @interface AutowireConfiguration
Ruleset configuration for autowiring. Any classes other than Hibernate
sessions that should be wireable into action and game processing objects
should be part of this configuration
- Author:
- Jeroen Steenbeeke
|
Required Element Summary |
java.lang.Class[] |
value
A list of classes that are auto-wireable |
value
public abstract java.lang.Class[] value
- A list of classes that are auto-wireable
- Returns:
- A Class array
Copyright © 2008. All Rights Reserved.