com.github.drinkjava2.jsqlbox.annotation
Annotation Type Ioc


@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Ioc

Specifies a Class array which will built by IOC Tools


Required Element Summary
 Class<?>[] value
          The Object classes (can more than 1 )
 

Element Detail

value

public abstract Class<?>[] value
The Object classes (can more than 1 )



Copyright © 2018. All rights reserved.