Uses of Annotation Interface
org.apache.juneau.http.annotation.PathRemainder
Packages that use PathRemainder
-
Uses of PathRemainder in org.apache.juneau.http.annotation
Fields in org.apache.juneau.http.annotation declared as PathRemainderModifier and TypeFieldDescriptionstatic final PathRemainderPathRemainderAnnotation.DEFAULTDefault valueMethods in org.apache.juneau.http.annotation that return PathRemainderModifier and TypeMethodDescriptionPathRemainderAnnotation.Builder.build()Instantiates a new@PathRemainderobject initialized with this builder.Methods in org.apache.juneau.http.annotation with parameters of type PathRemainderModifier and TypeMethodDescriptionstatic booleanPathRemainderAnnotation.empty(PathRemainder a) Returnstrue if the specified annotation contains all default values.Method parameters in org.apache.juneau.http.annotation with type arguments of type PathRemainderModifier and TypeMethodDescriptionvoidPathRemainderAnnotation.Applier.apply(AnnotationInfo<PathRemainder> ai, BeanContext.Builder b)