public class MsgPackClassMeta extends ExtendedClassMeta
@MsgPack
annotation on
the class.Constructor and Description |
---|
MsgPackClassMeta(ClassMeta<?> cm,
MsgPackMetaProvider mp)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected MsgPack |
getAnnotation()
Returns the
@MsgPack annotation defined on the class. |
getClassMeta, getInnerClass
public MsgPackClassMeta(ClassMeta<?> cm, MsgPackMetaProvider mp)
cm
- The class that this annotation is defined on.mp
- MessagePack metadata provider (for finding information about other artifacts).protected MsgPack getAnnotation()
@MsgPack
annotation defined on the class.Copyright © 2016–2020 The Apache Software Foundation. All rights reserved.