@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface ProfileClasses
Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
description |
ProfileAbstractClass |
profileAbstractClass |
ProfileCmpInterface |
profileCmp |
ProfileLocalInterface |
profileLocal |
ProfileManagementInterface |
profileManagement |
ProfileTableInterface |
profileTable |
ProfileUsageParametersInterface |
profileUsageParameters |
public abstract ProfileCmpInterface profileCmp
public abstract ProfileLocalInterface profileLocal
public abstract ProfileManagementInterface profileManagement
public abstract ProfileAbstractClass profileAbstractClass
public abstract ProfileTableInterface profileTable
public abstract ProfileUsageParametersInterface profileUsageParameters