com.neeve.server.app.annotations
Annotation Type AppInjectionPoint


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

Annotates the method that represents an application injection point.

Injection points are points in the application where the server injects platform objects of interest to the application. the injected object is determined from the annotated method signature.



Copyright © 2016 Neeve Research, LLC. All Rights Reserved.