Package dev.galasa.zosliberty.angel
Annotation Interface ZosLibertyAngel
z/OS Liberty Angel
- Annotation:
- Description:
- The
@ZosLibertyAngel
annotation requests the zOS Liberty Angel Manager to provide a zOS Liberty Angel instance. - Examples:
@ZosImage(imageTag="A")
public IZosImage zosImageA;
@ZosLibertyAngel(imageTag="A", name="ANGELA")
public IZosLibertyAngel zosLibertyAngel;
- Extra:
- The
IZosLibertyAngel
interface has a number of methods to manage a zOS Liberty Angel
-
Optional Element Summary