public class AnnotationRetentionDatabase extends Object
Constructor and Description |
---|
AnnotationRetentionDatabase() |
Modifier and Type | Method and Description |
---|---|
boolean |
hasRuntimeRetention(String dottedClassName) |
boolean |
lacksRuntimeRetention(String dottedClassName)
return false if it has class retention *or* if the retention is unknown
|
void |
setRuntimeRetention(String dottedClassName,
boolean value) |
public boolean hasRuntimeRetention(String dottedClassName)
public boolean lacksRuntimeRetention(String dottedClassName)
public void setRuntimeRetention(String dottedClassName, boolean value)
Copyright © 2003–2015. All rights reserved.