Class AnnotationPlacementStrategyBase<T>
Defines a base class for IAnnotationPlacementStrategy implementor
Implements
Inherited Members
Namespace:
Assembly: .dll
Syntax
public abstract class AnnotationPlacementStrategyBase<T> implements IAnnotationPlacementStrategy
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
AnnotationPlacementStrategyBase(T annotation)
Creates a new instance of AnnotationPlacementStrategyBase class
Declaration
protected AnnotationPlacementStrategyBase(T annotation)
Parameters
| Type | Name | Description |
|---|---|---|
| T | annotation | The annotation to place |
Fields
annotation
The parent annotation
Declaration
protected final T annotation
Field Value
| Type | Description |
|---|---|
| T |