com.vii.brillien.kernel.annotations.lifecycle
Annotation Type Sparkle


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface Sparkle

One of the 3 management types. It defines call-level unique instantiation process. For every call, a new instance will be created.


Optional Element Summary
 boolean dorky
          Tells whether this Sparkle entity belongs to the caller Flow (not dorky) or want to associated to the main Service Flow of Brillien (dorky)
 

dorky

public abstract boolean dorky
Tells whether this Sparkle entity belongs to the caller Flow (not dorky) or want to associated to the main Service Flow of Brillien (dorky)

Default:
false


Copyright © 2012. All Rights Reserved.