Package com.exedio.cope
Class Features
- java.lang.Object
-
- com.exedio.cope.Features
-
public final class Features extends Object
-
-
Constructor Summary
Constructors Constructor Description Features()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
clear()
void
put(String name, Feature feature)
void
put(String name, Feature feature, AnnotatedElement annotationSource)
void
put(String name, Feature feature, Field annotationSource)
Deprecated.For binary compatibility only, useput(String,Feature,AnnotatedElement)
instead.
-
-
-
Method Detail
-
put
public void put(String name, Feature feature, AnnotatedElement annotationSource)
-
clear
public void clear()
-
put
@Deprecated public void put(String name, Feature feature, Field annotationSource)
Deprecated.For binary compatibility only, useput(String,Feature,AnnotatedElement)
instead.
-
-