所有程序包的分层结构
程序包分层结构:类分层结构
- java.lang.Object
- cn.herodotus.engine.sms.core.definition.AbstractSmsProperties (implements cn.herodotus.engine.sms.core.definition.SmsProperties)
- cn.herodotus.engine.sms.huawei.properties.HuaweiSmsProperties
- cn.herodotus.engine.sms.core.definition.AbstractSmsSendHandler<P> (implements cn.herodotus.engine.sms.core.definition.SmsSendHandler)
- cn.herodotus.engine.sms.huawei.processor.HuaweiSmsSendHandler
- cn.herodotus.engine.sms.huawei.configuration.HuaweiSmsConfiguration
- cn.herodotus.engine.sms.huawei.condition.HuaweiSmsEnabledCondition (implements org.springframework.context.annotation.Condition)
- cn.herodotus.engine.sms.huawei.domain.HuaweiSmsRequest (implements java.io.Serializable)
- cn.herodotus.engine.sms.huawei.domain.HuaweiSmsResponse
- cn.herodotus.engine.sms.huawei.domain.HuaweiSmsResponse.SmsID
- cn.herodotus.engine.sms.core.definition.AbstractSmsProperties (implements cn.herodotus.engine.sms.core.definition.SmsProperties)
Annotation Interface Hierarchy
- cn.herodotus.engine.sms.huawei.annotation.ConditionalOnHuaweiSmsEnabled (implements java.lang.annotation.Annotation)
- cn.herodotus.engine.sms.huawei.annotation.EnableHerodotusHuaweiSms (implements java.lang.annotation.Annotation)