public final class ModelHelper extends Object
Modifier and Type | Method and Description |
---|---|
static Class<?> |
getAnnotatedResourceClass(Class<?> resourceClass)
Get the class in the provided resource class ancestor hierarchy that
is actually annotated with the
@Path annotation. |
public static Class<?> getAnnotatedResourceClass(Class<?> resourceClass)
@Path
annotation.resourceClass
- resource class.@Path
annotation.Copyright © 2007-2021, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.