@Target(value=TYPE) @Retention(value=RUNTIME) @Inherited public @interface CorfuObject
Marks an object which should exist in the Corfu log. Objects marked with the CorfuObject annotation are targeted for instrumentation by the annotation processor.
Created by mwei on 3/30/16.Modifier and Type | Optional Element and Description |
---|---|
ConstructorType |
constructorType |
ObjectType |
objectType
Deprecated.
|
StateSource |
stateSource
Deprecated.
|
Class |
stateType
Deprecated.
|
public abstract ConstructorType constructorType
@Deprecated public abstract ObjectType objectType
@Deprecated public abstract StateSource stateSource
@Deprecated public abstract Class stateType
Copyright © 2019 CorfuDB. All rights reserved.