AnnotationCombiner
instead.@Deprecated public class CombineAnnotations extends Object
Constructor and Description |
---|
CombineAnnotations()
Deprecated.
Use
AnnotationCombiner()
instead. |
Modifier and Type | Method and Description |
---|---|
void |
combine()
Deprecated.
Use
AnnotationCombiner.combine(File)
instead. |
Set<String> |
getAnnotationFiles()
Deprecated.
Use
AnnotationCombiner.getAnnotationFiles() instead. |
static void |
main(String[] args)
Deprecated.
Use
AnnotationCombiner.main(String[])
instead. |
@Deprecated public CombineAnnotations() throws IOException
AnnotationCombiner()
instead.IOException
@Deprecated public void combine() throws IOException, ClassNotFoundException
AnnotationCombiner.combine(File)
instead.IOException
ClassNotFoundException
@Deprecated public Set<String> getAnnotationFiles() throws IOException
AnnotationCombiner.getAnnotationFiles()
instead.IOException
@Deprecated public static void main(String[] args) throws Exception
AnnotationCombiner.main(String[])
instead.Exception
Copyright © 2015–2022 SciJava. All rights reserved.